BACK TO LIST

Syntax:

VA1.Play_this_file_on_Initialization = "Location"

Details :

Optional use.Gives the location of the file which plays continuously a background music until user presses a key or starts recording. Creates the initial atmosphere before starting the speech recognition activity.

Use it to give initial directions to user.

Example :

Private Sub Form1_Activate()

VA1.Play_this_file_on_Initialization = " Blaster.wav"

VA1.InitializeSound

End Sub

BACK TO LIST